Policies for deciding which mobile devices/OS versions to support? [on hold]

Posted by bobfet1 on Programmers See other posts from Programmers or by bobfet1
Published on 2013-11-05T22:18:43Z Indexed on 2013/11/06 4:16 UTC
Read the original article Hit count: 157

Filed under:
|
|

When developing for mobile devices, what are some strategies to go about determining which mobile devices and OS versions to support? Do some teams set a certain policy in place, like "support devices used by more than 2% of users" or "support OS versions with over 10% of users?"

For example, a reoccurring challenge I am running into is the decision whether to support only new OS versions like iOS7 or KitKat, or continue support for older versions. It would be helpful to know how others approach this decision.

© Programmers or respective owner

Related posts about ios

Related posts about mobile